From: Michael Gilbert Date: Sat, 19 Mar 2022 00:48:02 +0000 (+0000) Subject: do not generate duplicate winapploader tools X-Git-Tag: archive/raspbian/7.0_repack-10+rpi1~34 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b3f4e6f78dbcf6ec6253a76e9b7b9c02e6963255;p=wine.git do not generate duplicate winapploader tools forwarded: not-needed Gbp-Pq: Topic debianization Gbp-Pq: Name wineapploader.patch --- diff --git a/tools/makedep.c b/tools/makedep.c index 8e3323e..edb243e 100644 --- a/tools/makedep.c +++ b/tools/makedep.c @@ -3473,11 +3473,6 @@ static void output_module( struct makefile *make ) if (spec_file) output_man_pages( make ); - else if (*dll_ext && !make->is_win16 && strendswith( make->module, ".exe" )) - { - char *binary = replace_extension( make->module, ".exe", "" ); - add_install_rule( make, binary, "wineapploader", strmake( "t$(bindir)/%s", binary )); - } }